home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / packer / tar / src / types.h < prev    next >
Text File  |  1995-03-09  |  211b  |  9 lines

  1. typedef unsigned long    u_long;
  2. typedef unsigned int    u_int;
  3. typedef unsigned short    u_short;
  4. typedef unsigned char    u_char;
  5. typedef int        dev_t;
  6. typedef int        ino_t;
  7. typedef    unsigned short    off_t;
  8. typedef int        time_t;
  9.